From: Jim Blandy Date: Mon, 24 May 1993 01:58:58 +0000 (+0000) Subject: * faces.el (make-face): Change interactive spec to 'S'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96059 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=19fac29988dd48e291de46a47c6ec253f9072074;p=emacs.git * faces.el (make-face): Change interactive spec to 'S'. --- diff --git a/lisp/faces.el b/lisp/faces.el index 8bc600cf880..1f4f6ba723f 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -201,7 +201,7 @@ If NAME is already a face, it is simply returned." "Define a new FACE on all frames. You can modify the font, color, etc of this face with the set-face- functions. If the face already exists, it is unmodified." - (interactive "sMake face: ") + (interactive "SMake face: ") (or (internal-find-face name) (let ((face (make-vector 8 nil))) (aset face 0 'face)